home *** CD-ROM | disk | FTP | other *** search
- Path: park.uvsc.edu!usenet
- From: Jon Jensen <jjensen@ami-med.com>
- Newsgroups: comp.lang.c++
- Subject: Re: visual c++ 1.5 compiler not working in windows 95
- Date: Fri, 26 Jan 1996 08:05:53 -0700
- Organization: Utah Valley State College, Orem, Utah
- Message-ID: <3108EDD1.646C@ami-med.com>
- References: <4ducds$aei@ixnews6.ix.netcom.com>
- NNTP-Posting-Host: 205.218.27.66
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b4 (WinNT; I)
-
- rykk wrote:
- >
- > when i try to compile "hello world" the most basic program, my compiler tells me i
- > have over 102 errors and quits. the errors it lists makes little sense. just to
- > verify that i am doing it right, here is what i do:
- > open msvc
- > open new,
- > write
- >
- > #include <iostream.h>
- > void main()
- > {
- > cout << "hello world\n";
- > }
- >
- > then i pull down the "project" item and chose compile am i doing it right?
- > thank you!
-
- I believe you need to create a project first - make sure you
- select the right target. This will throw in all the proper
- include libraries.
-
- Jon Jensen
- Applied Medical Informatics
-